| Name | Description | |
|---|---|---|
![]() | PDFSampleFunction Constructor | Overloaded. |
The following tables list the members exposed by PDFSampleFunction.
| Name | Description | |
|---|---|---|
![]() | PDFSampleFunction Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | cosFunction | (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
| Name | Description | |
|---|---|---|
![]() | calculate | Calculates the function for the given input. This method supports the internal library infrastructure and should not be used by external client code. |
![]() | convertToGray | This method supports the internal library infrastructure and should not be used by external client code. |
![]() ![]() | createFromCosFunction | Creates a PDFFunction based on a COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getBitsPerSample | Gets the bits per sample. If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32. |
![]() | getCosFunction | Gets the COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getDecode | Gets the function's decoding array. |
![]() | getDomain | Gets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getEncode | Gets the function's encoding array. |
![]() | getInterpolationMode | Gets the interpolation mode. |
![]() | getRange | Gets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | getSamples | Get or sets the function samples. |
![]() | getSize | Gets the number of samples. |
![]() | setBitsPerSample | Sets the bits per sample. If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32. |
![]() | setDecode | Sets the function's decoding array. |
![]() | setDomain | Sets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | setEncode | Sets the function's encoding array. |
![]() | setInterpolationMode | Sets the interpolation mode. |
![]() | setRange | Sets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction) |
![]() | setSamples | Get or sets the function samples. |
![]() | setSize | Sets the number of samples. |